Welcome![Sign In][Sign Up]
Location:
Search - framebuffer linux

Search list

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[Embeded Linuxlinux下LCD显示字符

Description: 该程序利用framebuffer可实现汉字、ASCII码的混合显示。
Platform: | Size: 2188 | Author: liuhongjun86@126.com | Hits:

[Linux-Unixframebuff

Description: 一个简单的linux下framebuffer编程-a simple linux framebuffer programing demo
Platform: | Size: 248832 | Author: 魏威 | Hits:

[Documents一片讲述framebuffer的好文(英文的)

Description: 一片讲述framebuffer的好文章(英文的),对于喜欢在linux字符界面下写图形程序的入门者有很大的帮助-a good article (English), the characters like linux graphical interface written procedures for the beginners will be very helpful
Platform: | Size: 10240 | Author: 钱樭 | Hits:

[Linux-UnixSDL-1[1].2.5.tar

Description: Simple DirectMedia Layer - Simple DirectMedia Layer 是一个跨平台的多媒体库设计用来提供快速图形framebuffer和音频驱动。应用MPEG为软件,模拟器或其他流行的游戏回放声音。支持Linux, Win32, BeOS, MacOS, Solaris, IRIX, and FreeBSD-Simple DirectMedia Layer-Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast graphics framebuffer and audio drivers. MPEG application software, simulators or other popular playback voice of the game. Support for Linux, Win32, BeOS, MacOS, Solaris, IRIX, and FreeBSD
Platform: | Size: 1854464 | Author: 侯为 | Hits:

[Linux-UnixFramebuffer驱动示例程序

Description: Framebuffer驱动示例程序.rar framebffer的编写示例程序说明-Framebuffer the actuation demonstration procedure rar framebffer compilation demonstration procedure showed
Platform: | Size: 5120 | Author: 侯景昆 | Hits:

[Linux-Unixframebuffer

Description: linux 下的frambuffer,在屏幕的左上角显示一个图框!-the frambuffer, in the upper left screen shows a map box!
Platform: | Size: 4096 | Author: 张宇 | Hits:

[Other Riddle gameslinux_five_game_sourcecode

Description: 一个在linux下基于framebuffer,用c语言实现的扫雷游戏,能方便移植到多种嵌入式设备中-one based on the Linux framebuffer c language used in demining games, easy to transplant a variety of embedded devices
Platform: | Size: 32768 | Author: leelqrose | Hits:

[Linux-Unixsimple_arm_lcd

Description: 该程序是在linux arm下实现的基于framebuffer的LCD驱动-procedures in the arm under linux based framebuffer LCD Driver
Platform: | Size: 45056 | Author: 李飒 | Hits:

[IME Developfcr

Description: 一个简单的Linux下FrameBuffer使用的例子程序,含有简单的日期时间设置界面和输入法界面。-a simple Linux framebuffer examples of the use of procedures, with a simple interface date set-up time and input method interface.
Platform: | Size: 321536 | Author: 姚子建 | Hits:

[Otherframebuffer

Description: uClinux 下如何写framebuffer 设备驱动 下面的内容主要是关于framebuffer 的一些知识, 主要是根据我们实际开发过 程中的一些体会,其中难免错漏之处, 欢迎指正-uClinux on how to write framebuffer device driver the following text is some knowledge on the framebuffer is primarily based on the actual development process we have some experience, which inevitably errors and omissions, please correct me
Platform: | Size: 181248 | Author: 高源 | Hits:

[Linux-Unixlcd_driver-framebuffer

Description: 本文研究论述了基于S3C2410 LCD控制器的Linux驱动程序设计与实现,介绍了S3C2410的LCD控制器的数据和控制管脚,并给出了LCD的控制流程和LCD的控制器设置规则,参照TFT-LCD LQ092Y3DG01的逻辑要求和时序要求设计了其驱动电路,设置了主要LCD寄存器;论述了在嵌入式Linux中基于FrameBuffer机制的LCD驱动程序的实现方法。主要研究了Linux帧缓冲设备驱动程序框架,详细分析了帧缓冲设备驱动程序层次结构、核心功能模块和数据结构,设计了FrameBuffer的处理机制以及底层驱动的接口函数针对具体的LCD面板如何在嵌入式Linux中编写帧缓冲设备的驱动程序。最后在FrameBuffer机制的基础上,基于三星公司S3C2410处理器的开发平台系统地开发了嵌入式Linux下的LCD显示驱动程序,实现了简单的嵌入式GUI图形API的设计,并在LQ092Y3DG01上显示了清晰稳定的图像和汉字。测试表明该驱动通用性好,能驱动大部分的LCD;可移植性强,经过少许修改即可应用在其他嵌入式系统中,是S3C2410驱动LCD的一套较佳的解决方案
Platform: | Size: 154624 | Author: 王强 | Hits:

[Internet-Networklinux

Description: 《Linux程序设计权威指南》源代码,包含: awk copyright curses cvs debug framebuffer gnome gnutools gtk i18n kde manual motif network newt qt regexp rpm shell style svgalib system thread xlib ya
Platform: | Size: 4972544 | Author: 林丽娜 | Hits:

[Software Engineeringfb-driver-good02xaut-chapter01

Description: Linux下的LCD驱动设计(framebuffer)详细资料,嵌入式下LCD 驱动开发顶好!-Linux under the LCD-driven design (framebuffer) detailed information, embedded under the LCD-driven development TENHAO!
Platform: | Size: 276480 | Author: 彭建 | Hits:

[Embeded Linuxfb_lq035

Description: Linux 2.6内核下,3.5 TFT液晶屏显示驱动,FrameBuffer模式,支持Framebuffer Console,支持MicroWidows,MiniGui-Linux 2.6 kernel, 3.5 TFT LCD display driver, FrameBuffer mode, support for Framebuffer Console, support MicroWidows, MiniGui
Platform: | Size: 14336 | Author: tmx | Hits:

[Embeded Linuxframebuffer

Description: 利用framebuffer画小企鹅 Linux的framebuffer接口提供给用户访问显示设备的通用接口,通过mmap映射显示缓冲给用户,fb中我们设置什么值,将直接在屏幕上显示出来。本实验我们要利用framebuffer在屏幕上显示一个小企鹅,可以接读取bmp图片,设置framebuffer的值,或者利用include/linux/linux_logo.h文件(该文件已经定义好小企鹅的颜色和位置信息),设置framebuffer的值。本实验采用的是第二种方法。只要读取linux_logo.h中数组的值,进行相应的移位操作,将值赋给fb即可在屏幕上显示出小企鹅 。-Framebuffer draw using the framebuffer Little Penguin Linux interface to the user access to the display device of the common interface, through mmap mapped display buffer to the user, fb set up what we value, will be directly displayed on the screen. This experiment we want to use framebuffer on the screen, a small penguin, you can then read bmp images, set up framebuffer value, or the use of include/linux/linux_logo.h file (the file has the definition of a good little penguins color and location information) , set the value of framebuffer. Used in this experiment is the second method. Linux_logo.h read in as long as the value of the array, the corresponding shift operation, the value assigned to fb can be displayed on the screen small penguins.
Platform: | Size: 7168 | Author: 果法 | Hits:

[Embeded LinuxFrameBuffer

Description: 基于s3c2410的linux操作系统下对Framebuffer的操作-The linux operating system based on S3C2410 framebuffer operation under
Platform: | Size: 5120 | Author: 王筱 | Hits:

[ARM-PowerPC-ColdFire-MIPSframebuffer

Description: 刚学ARM9 Linux LCD 开发的朋友,不妨试下这个例子,对你学习有帮助,测OK-ARM9 Linux LCD just learning to develop friends, may wish to try this next example, you have to learn to help test OK
Platform: | Size: 1024 | Author: keny | Hits:

[Embeded Linuxframebuffer

Description: 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的FRAMEBUFFER设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development, a book FRAMEBUFFER device driver source code
Platform: | Size: 9216 | Author: 李刚 | Hits:

[Linux-Unixbmp-framebuffer

Description: linux下的BMP位图显示程序,经测试好用,但请大家注意,不同的文件格式需要转换!-BMP under linux bitmap display program, tested good, but please note that the need for a different file format conversion!
Platform: | Size: 4096 | Author: 杨旭荣 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net